invoke

operator fun invoke(name: String): ReadWriteProperty<Any?, String>

Get a delegate for name.

Delegates return "" if the delegate hasn't been set, or the value set by that delegate if it has been used.

Sources

js source
Link copied to clipboard